home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / compuserve-file-archive / 01 New Uploads / VICE0130.ZIP / vice / BUGS next >
Encoding:
Text File  |  1997-11-26  |  2.0 KB  |  52 lines

  1.  
  2. These are the most common known problems with VICE 0.13.0:
  3.  
  4. - the `automatic' refresh rate setting does not work too well under Unix:
  5.   it usually gives a refresh rate that is lower than the one you would get
  6.   with a fixed value at 100% speed;
  7.  
  8. - audio support on Solaris and HP-UX is buggy; in particular, the behavior of
  9.   the automatic refresh rate setting is wrong when sound is enabled, and the
  10.   driver does not stand slowdowns as it should;  [in 0.13.0, it is likely not
  11.   to work at all]
  12.  
  13. - the TextField widget can cause an X protocol error on XChangeProperty():
  14.   to fix this, recompile with the `--disable-textfield' option and (please)
  15.   tell us (we only experienced this once, on a DEC/Alpha machine, and did
  16.   not have the time to find out why);
  17.  
  18. - changing SID registers often is slow (e.g. when playing samples using the
  19.   volume register);
  20.  
  21. - setting a maximum speed limit does not always work because of limited timer
  22.   resolution on many systems;
  23.  
  24. - P00 file name handling is not exact, as you must use the file system name 
  25.   (with the P00 extension) instead of the one specified in the P00 format;
  26.  
  27. - GCR writes to disk images in full 1541 emulation mode are not 100% emulated
  28.   (the provided emulation should be enough for most pourposes, though);
  29.  
  30. - there is no support for wildcards on the FS drive access, but they can be
  31.   used when reading the directory (eg. LOAD"$:gamez/*.p00",8);
  32.  
  33. - the VIC-I chip in xvic still lacks important features and is still under
  34.   construction;
  35.  
  36. - the CRTC chip in xpet only supports the basic features and is still under
  37.   construction;
  38.  
  39. - the VIAs in the PET, VIC20 and 1541 emulators are _not_ cycle-exact;
  40.  
  41. - xvic and xpet do not support tape images;
  42.  
  43. - the C64 and VIC20 cartridge ROMs are not emulated;
  44.  
  45. - the VIC20 has no joystick;
  46.  
  47. - changing the REU image name via resource files has no effect until exiting;
  48.  
  49. - dithering on monochrome X11 servers is *very* slow;
  50.  
  51. - adaptive sound speed is not supported on MS-DOS.
  52.